Micron Document




AForge.NET
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
AForge.NET is a computer vision and artificial intelligence library originally developed by Andrew Kirillov for the .NET Framework.cite-ref-gduncan-2-0[2]

The source code and binaries of the project are available under the terms of the Lesser GPL and the GPL (GNU General Public License).

Another (unaffiliated) project called Accord.NET was created to extend the features of the original AForge.NET library.cite-ref-aforgeextensionaccordsousa-3-0[3]

Contents


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Discontinuation of free public support and future development

On April 1, 2012, Andrew Kirillov announced the end of the public support for the library, temporarily closing the discussion forums. The last release of the AForge.NET Framework was made available on July 17, 2013. However, since its release 3.0 in 2015, the Accord.NET project started to incorporate most of the original AForge.NET source code in its codebase, continuing its support and development under the Accord.NET name.cite-ref-aforgeextensionaccordsousa-3-1[3]

Features

The framework's API includes support for:

Computer vision, image processing and video processingcite-ref-aforgecomputervision-4-0[4]

• Including a comprehensive image filter library

Artificial Neural networks library implements some common network architectures (multi-layer feed forward and distance networks) and learning algorithms (back propagation, delta rule, simple perceptron, evolutionary learning).
• and libraries for a select set of robotics kits

Lego Mindstorms NXT and RCX kits

The framework is provided not only with different libraries and their sources, but with many sample applications, which demonstrate the use of this framework, and with documentation help files, which are provided in HTML Help format. A number of software applicationscite-ref-aforgeapplications-5-0[5]cite-ref-aforgeapplicationuniversesandbox-6-0[6]cite-ref-aforgeapplicationneurapp-7-0[7]cite-ref-aforgeapplicationispy-8-0[8] and research workscite-ref-aforgeeyetrackingverma-9-0[9]cite-ref-aforgegestureahmed-10-0[10]cite-ref-aforgekmeansalzheimer-11-0[11] utilized the framework.

See also

Accord.NET - Computer vision and artificial intelligence library that extends AForge.NET.
OpenCV - A popular C++ computer vision library.
VXL - Another C++ computer vision library.
CVIPtools - A complete GUI based computer vision and image processing software environment.
OpenNN - An open source C++ neural networks library.

References

cite-note-11. "AForge.NET :: AForge.NET Framework celebrates its 5 years birthday".
cite-note-gduncan-22. Greg Duncan. Portable Image and Video processing with help from AForge.NET and Accord.NET. [1] Channel 9, November 2014. Web extract
cite-note-aforgeextensionaccordsousa-33. citerefsouza2010Souza, César (20 May 2010). "Accord.NET Framework – An extension to AForge.NET". Archived from the original on 2018-11-16. Retrieved 2018-11-26.
cite-note-aforgecomputervision-44. citerefpeter-shaw2015Peter Shaw (3 June 2015). "Computer Vision Using AForge.NET". .NET Nuts & Bolts. Code Guru. Archived from the original on 2018-11-26. Retrieved 2018-11-26.
cite-note-aforgeapplications-55. citerefandrew-kirilovAndrew Kirilov. "Projects and applications using AForge.NET Framework". AForge.NET. Archived from the original on 2018-11-26. Retrieved 2018-11-26.
cite-note-aforgeapplicationuniversesandbox-66. "Universe Sandbox". Archived from the original on 2018-11-26. Retrieved 2018-11-26.
cite-note-aforgeapplicationneurapp-77. "NeurApp, Exploring Approximation by Artificial Neural Networks". Archived from the original on 2018-11-26. Retrieved 2018-11-26.
cite-note-aforgeapplicationispy-88. "iSpy: Open Source Video Surveillance Software". Retrieved 2018-11-26.
cite-note-aforgeeyetrackingverma-99. citerefs-m-hassan-ahmedtodd-c-alexandergeorgios-anagnostopoulos2015S M Hassan Ahmed; Todd C Alexander; Georgios Anagnostopoulos (May 2015). "Real-time, Static and Dynamic Hand Gesture Recognition for Human-Computer Interaction". University of Miami. Retrieved 2018-11-26.
cite-note-aforgegestureahmed-1010. citerefsuraj-verma-prashant-pillai-yim-fun-hu2012Suraj Verma, Prashant Pillai, Yim-Fun Hu (2012). "Development of an eye-tracking control system using AForge.NET framework". International Journal of Intelligent Systems Technologies and Applications. 11 (3/4): 286. doi:10.1504/IJISTA.2012.052485. Archived from the original on 2018-11-26. Retrieved 2018-11-26.{{cite journal}}: CS1 maint: multiple names: authors list (link)
cite-note-aforgekmeansalzheimer-1111. citerefa-meenak-raja2012A. Meena; K. Raja (2012). "K-Means Segmentation of Alzheimer's Disease in Pet Scan Datasets – an Implementation". Signal Processing and Information Technology. Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering. Vol. 117. pp. 168–172. arXiv:1302.7082. doi:10.1007/978-3-319-11629-7_24. ISBN 978-3-319-11628-0. S2CID 18565108.

External links

• Official website